Configurates
C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control.
Syntax
'Declaration
Public Function CssStyle( _
ByVal As String, _
ByVal As String _
) As TBuilder
public TBuilder CssStyle(
string ,
string
)
Parameters
- key
- The key of the CSS property
- value
- The value of the CSS property
Return Value
Current builder
See Also